-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement PyUpgrade in pre-commit #2483
Conversation
Mentioned in #2200 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2483 +/- ##
=======================================
Coverage 75.05% 75.05%
=======================================
Files 85 85
Lines 9371 9371
=======================================
Hits 7033 7033
Misses 2338 2338 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Pyupgrade not to introduce changes incompatible with our supported Python versions, it requires the flag indicating the oldest supported Python version.
Co-authored-by: Fabian Egli <fabianegli@users.noreply.github.com>
@nf-core-bot fix linting |
@fabianegli are you happy to merge this once tests pass? |
CHANGELOG.md
is updated